home *** CD-ROM | disk | FTP | other *** search
/ ArtRageous! the Amazing World of Art / ArtRageous - The Amazing World of Art (1995)(Softkey).iso / data / artmain.dir / 00092_Script_92 < prev    next >
Text File  |  1995-12-14  |  379b  |  18 lines

  1. on clickVRHotSpotMac pHotspotID
  2.   global gPanoMovieID
  3.   
  4.   put PanoMovie ("Direct", gPanoMovieID, "get", "hotSpotName") into theHotspotName
  5.   
  6.   if word 1 of theHotspotName = "go" then
  7.     ClosePanoMovie
  8.     gosection (word 2 of theHotSpotName)
  9.     exit
  10.   end if
  11.   
  12.   puppetTransition 51, 2
  13.   go frame theHotSpotName
  14.   ClosePanoMovie
  15.   cursor 200
  16.   cursor 4
  17. end
  18.